home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Execute < prev    next >
Text File  |  1998-02-16  |  457b  |  22 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                   EXECUTE
  3.  
  4.  
  5.    USE:
  6.    Execute is the command which enables script files to be run within a
  7.    Startup-Sequence.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>EXECUTE Copyfiles
  17.    1>EXECUTE DF1:Scripts/install-sleepy DF0:
  18.  
  19.    NOTES:
  20.    There is no need to supply a path if the script lives in either the
  21.    current directory or the S: directory.
  22.